'Declaration
Public Overloads Function Read( _ ByVal Array() As Byte _ ) As DicomImage
'Usage
Dim instance As DicomImageCollection Dim Array() As Byte Dim value As DicomImage value = instance.Read(Array)
public DicomImage Read( byte[] Array )
public: DicomImage^ Read( array<byte>^ Array )
Parameters
- Array
- Array of Bytes to read
Return Value
If successful, a DicomImage Object is returned, and is added to the appropriate collection. If unsuccessful, an appropriate error is thrown.